mruby

Undocumented in source.

Modules

array
module mruby.array
Undocumented in source.
boxing_no
module mruby.boxing_no
Undocumented in source.
compile
module mruby.compile
Undocumented in source.
data
module mruby.data
Undocumented in source.
dump
module mruby.dump
Undocumented in source.
error
module mruby.error
Undocumented in source.
gc
module mruby.gc
Undocumented in source.
hash
module mruby.hash
Undocumented in source.
irep
module mruby.irep
Undocumented in source.
khash
module mruby.khash
Undocumented in source.
mrb_class
module mruby.mrb_class
Undocumented in source.
mrb_debug
module mruby.mrb_debug
Undocumented in source.
numeric
module mruby.numeric
Undocumented in source.
object
module mruby.object
Undocumented in source.
proc
module mruby.proc
Undocumented in source.
range
module mruby.range
Undocumented in source.
value
module mruby.value
Undocumented in source.
variable
module mruby.variable
Undocumented in source.

Members

Aliases

mrb_allocf
alias mrb_allocf = void* function(mrb_state*, void*, c_ulong, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_aspec
alias mrb_aspec = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_atexit_func
alias mrb_atexit_func = void function(mrb_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_callinfo
alias mrb_callinfo = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_code
alias mrb_code = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_func_t
alias mrb_func_t = mrb_value function(mrb_state*, mrb_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

GC_state
enum GC_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
call_type
enum call_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_fiber_state
enum mrb_fiber_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

MRB_ARGS_NONE
mrb_aspec MRB_ARGS_NONE()
Undocumented in source. Be warned that the author may not have intended to support it.
mrb_Float
mrb_value mrb_Float(mrb_state* mrb, mrb_value val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_Integer
mrb_value mrb_Integer(mrb_state* mrb, mrb_value val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_alloca
void* mrb_alloca(mrb_state* mrb, size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_any_to_s
mrb_value mrb_any_to_s(mrb_state* mrb, mrb_value obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_attr_get
mrb_value mrb_attr_get(mrb_state* mrb, mrb_value obj, mrb_sym id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_bug
void mrb_bug(mrb_state* mrb, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_calloc
void* mrb_calloc(mrb_state* , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_check_convert_type
mrb_value mrb_check_convert_type(mrb_state* mrb, mrb_value val, mrb_vtype type, const(char)* tname, const(char)* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_check_intern
mrb_value mrb_check_intern(mrb_state* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_check_intern_cstr
mrb_value mrb_check_intern_cstr(mrb_state* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_check_intern_str
mrb_value mrb_check_intern_str(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_check_to_integer
mrb_value mrb_check_to_integer(mrb_state* mrb, mrb_value val, const(char)* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_check_type
void mrb_check_type(mrb_state* mrb, mrb_value x, mrb_vtype t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_class_defined
mrb_bool mrb_class_defined(mrb_state* mrb, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_class_get
RClass* mrb_class_get(mrb_state* mrb, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_class_get_under
RClass* mrb_class_get_under(mrb_state* mrb, RClass* outer, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_class_name
const(char)* mrb_class_name(mrb_state* mrb, RClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_class_new
RClass* mrb_class_new(mrb_state* mrb, RClass* super_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_class_path
mrb_value mrb_class_path(mrb_state* mrb, RClass* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_close
void mrb_close(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_context_run
mrb_value mrb_context_run(mrb_state* , RProc* , mrb_value , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_convert_to_integer
mrb_value mrb_convert_to_integer(mrb_state* mrb, mrb_value val, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_convert_type
mrb_value mrb_convert_type(mrb_state* mrb, mrb_value val, mrb_vtype type, const(char)* tname, const(char)* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_default_allocf
void* mrb_default_allocf(mrb_state* , void* , size_t , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_alias
void mrb_define_alias(mrb_state* mrb, RClass* klass, const(char)* name1, const(char)* name2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_class
RClass* mrb_define_class(mrb_state* , const(char)* , RClass* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_class_method
void mrb_define_class_method(mrb_state* , RClass* , const(char)* , mrb_func_t , mrb_aspec )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_class_under
RClass* mrb_define_class_under(mrb_state* mrb, RClass* outer, const(char)* name, RClass* super_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_const
void mrb_define_const(mrb_state* , RClass* , const(char)* name, mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_global_const
void mrb_define_global_const(mrb_state* mrb, const(char)* name, mrb_value val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_method
void mrb_define_method(mrb_state* , RClass* , const(char)* , mrb_func_t , mrb_aspec )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_module
RClass* mrb_define_module(mrb_state* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_module_function
void mrb_define_module_function(mrb_state* , RClass* , const(char)* , mrb_func_t , mrb_aspec )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_module_under
RClass* mrb_define_module_under(mrb_state* mrb, RClass* outer, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_define_singleton_method
void mrb_define_singleton_method(mrb_state* , RObject* , const(char)* , mrb_func_t , mrb_aspec )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_eql
mrb_bool mrb_eql(mrb_state* mrb, mrb_value obj1, mrb_value obj2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_equal
mrb_bool mrb_equal(mrb_state* mrb, mrb_value obj1, mrb_value obj2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_exc_new
mrb_value mrb_exc_new(mrb_state* mrb, RClass* c, const(char)* ptr, c_long len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_exc_raise
void mrb_exc_raise(mrb_state* mrb, mrb_value exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_fiber_resume
mrb_value mrb_fiber_resume(mrb_state* mrb, mrb_value fib, mrb_int argc, const(mrb_value)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_fiber_yield
mrb_value mrb_fiber_yield(mrb_state* mrb, mrb_int argc, const(mrb_value)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_field_write_barrier
void mrb_field_write_barrier(mrb_state* , RBasic* , RBasic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_format
mrb_value mrb_format(mrb_state* mrb, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_free
void mrb_free(mrb_state* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_full_gc
void mrb_full_gc(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_funcall
mrb_value mrb_funcall(mrb_state* , mrb_value , const(char)* , mrb_int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_funcall_argv
mrb_value mrb_funcall_argv(mrb_state* , mrb_value , mrb_sym , mrb_int , const(mrb_value)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_funcall_with_block
mrb_value mrb_funcall_with_block(mrb_state* , mrb_value , mrb_sym , mrb_int , const(mrb_value)* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_garbage_collect
void mrb_garbage_collect(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_gc_arena_restore
void mrb_gc_arena_restore(mrb_state* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_gc_arena_save
int mrb_gc_arena_save(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_gc_mark
void mrb_gc_mark(mrb_state* , RBasic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_gc_protect
void mrb_gc_protect(mrb_state* mrb, mrb_value obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_get_args
mrb_int mrb_get_args(mrb_state* mrb, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_include_module
void mrb_include_module(mrb_state* , RClass* , RClass* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_incremental_gc
void mrb_incremental_gc(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_inspect
mrb_value mrb_inspect(mrb_state* mrb, mrb_value obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_instance_new
mrb_value mrb_instance_new(mrb_state* mrb, mrb_value cv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_intern
mrb_sym mrb_intern(mrb_state* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_intern_cstr
mrb_sym mrb_intern_cstr(mrb_state* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_intern_static
mrb_sym mrb_intern_static(mrb_state* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_intern_str
mrb_sym mrb_intern_str(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_malloc
void* mrb_malloc(mrb_state* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_malloc_simple
void* mrb_malloc_simple(mrb_state* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_module_get
RClass* mrb_module_get(mrb_state* mrb, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_module_get_under
RClass* mrb_module_get_under(mrb_state* mrb, RClass* outer, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_module_new
RClass* mrb_module_new(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_name_error
void mrb_name_error(mrb_state* mrb, mrb_sym id, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_notimplement_m
mrb_value mrb_notimplement_m(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_alloc
RBasic* mrb_obj_alloc(mrb_state* , mrb_vtype , RClass* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_class
RClass* mrb_obj_class(mrb_state* mrb, mrb_value obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_classname
const(char)* mrb_obj_classname(mrb_state* mrb, mrb_value obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_clone
mrb_value mrb_obj_clone(mrb_state* mrb, mrb_value self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_dup
mrb_value mrb_obj_dup(mrb_state* mrb, mrb_value obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_eq
mrb_bool mrb_obj_eq(mrb_state* , mrb_value , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_equal
mrb_bool mrb_obj_equal(mrb_state* , mrb_value , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_id
mrb_int mrb_obj_id(mrb_value obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_inspect
mrb_value mrb_obj_inspect(mrb_state* mrb, mrb_value self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_is_instance_of
mrb_bool mrb_obj_is_instance_of(mrb_state* mrb, mrb_value obj, RClass* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_is_kind_of
mrb_bool mrb_obj_is_kind_of(mrb_state* mrb, mrb_value obj, RClass* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_new
mrb_value mrb_obj_new(mrb_state* mrb, RClass* c, mrb_int argc, const(mrb_value)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_respond_to
mrb_bool mrb_obj_respond_to(mrb_state* mrb, RClass* c, mrb_sym mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_obj_to_sym
mrb_sym mrb_obj_to_sym(mrb_state* mrb, mrb_value name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_open
mrb_state* mrb_open()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_open_allocf
mrb_state* mrb_open_allocf(mrb_allocf , void* ud)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_open_core
mrb_state* mrb_open_core(mrb_allocf , void* ud)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_p
void mrb_p(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_pool_alloc
void* mrb_pool_alloc(mrb_pool* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_pool_can_realloc
mrb_bool mrb_pool_can_realloc(mrb_pool* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_pool_close
void mrb_pool_close(mrb_pool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_pool_open
mrb_pool* mrb_pool_open(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_pool_realloc
void* mrb_pool_realloc(mrb_pool* , void* , size_t oldlen, size_t newlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_print_backtrace
void mrb_print_backtrace(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_print_error
void mrb_print_error(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_raise
void mrb_raise(mrb_state* mrb, RClass* c, const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_raisef
void mrb_raisef(mrb_state* mrb, RClass* c, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_realloc
void* mrb_realloc(mrb_state* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_realloc_simple
void* mrb_realloc_simple(mrb_state* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_respond_to
mrb_bool mrb_respond_to(mrb_state* mrb, mrb_value obj, mrb_sym mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_run
mrb_value mrb_run(mrb_state* , RProc* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_show_copyright
void mrb_show_copyright(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_show_version
void mrb_show_version(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_singleton_class
mrb_value mrb_singleton_class(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_state_atexit
void mrb_state_atexit(mrb_state* mrb, mrb_atexit_func func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_str_new
mrb_value mrb_str_new(mrb_state* mrb, const(char)* p, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_str_new_cstr
mrb_value mrb_str_new_cstr(mrb_state* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_str_new_static
mrb_value mrb_str_new_static(mrb_state* mrb, const(char)* p, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_sym2name
const(char)* mrb_sym2name(mrb_state* , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_sym2name_len
const(char)* mrb_sym2name_len(mrb_state* , mrb_sym , mrb_int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_sym2str
mrb_value mrb_sym2str(mrb_state* , mrb_sym )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_to_int
mrb_value mrb_to_int(mrb_state* mrb, mrb_value val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_top_self
mrb_value mrb_top_self(mrb_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_toplevel_run
mrb_value mrb_toplevel_run(mrb_state* , RProc* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_undef_class_method
void mrb_undef_class_method(mrb_state* , RClass* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_undef_method
void mrb_undef_method(mrb_state* , RClass* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_warn
void mrb_warn(mrb_state* mrb, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_write_barrier
void mrb_write_barrier(mrb_state* , RBasic* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_yield
mrb_value mrb_yield(mrb_state* mrb, mrb_value b, mrb_value arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_yield_argv
mrb_value mrb_yield_argv(mrb_state* mrb, mrb_value b, mrb_int argc, const(mrb_value)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_yield_with_class
mrb_value mrb_yield_with_class(mrb_state* mrb, mrb_value b, mrb_int argc, const(mrb_value)* argv, mrb_value self, RClass* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_Anonymous_0
struct _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alloca_header
struct alloca_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_n2s
struct kh_n2s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_context
struct mrb_context
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_irep
struct mrb_irep
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_jmpbuf
struct mrb_jmpbuf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_pool
struct mrb_pool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_state
struct mrb_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
symbol_name
struct symbol_name
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta